home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9709 / 000042_owner-linux-arm…r.rutgers.edu _Sun Sep 21 13:48:05 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  4KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id NAA26167
  4.     for <willy@odie.fluff.org>; Sun, 21 Sep 1997 13:48:04 +0100
  5. Received: from vger.rutgers.edu ([128.6.190.2] EHLO vger.rutgers.edu ident: root [port 17437]) by nic.funet.fi with ESMTP id <7117-32464>; Sun, 21 Sep 1997 15:48:11 +0300
  6. Received: by vger.rutgers.edu id <973047-273>; Sun, 21 Sep 1997 08:46:26 -0400
  7. Received: from zaz.kom.auc.dk ([130.225.51.10] EHLO zaz.kom.auc.dk ident: IDENT-NOT-QUERIED [port 54499]) by vger.rutgers.edu with ESMTP id <973005-273>; Sun, 21 Sep 1997 08:46:10 -0400
  8. Received: from janm.kom.auc.dk (ppp-6.aua.auc.dk [130.225.192.72]) by zaz.kom.auc.dk (8.7.6/8.7.3) with SMTP id OAA05386 for <linux-arm@vger.rutgers.edu>; Sun, 21 Sep 1997 14:47:16 +0200 (MET DST)
  9. Date:     Sun, 21 Sep 1997 14:46:47 +0200
  10. From: Jan Magnussen <janm@kom.auc.dk>
  11. Subject: Installing Linux using soft links
  12. To: linux-arm@vger.rutgers.edu
  13. Message-ID: <Marcel-1.26-0921124647-b492VYi@janm.kom.auc.dk>
  14. MIME-Version: 1.0
  15. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  16. X-Organization: Quercus. Denmark.
  17. X-Mailer: ANT RISCOS Marcel [ver 1.26]
  18. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  19. Sender: owner-linux-arm@vger.rutgers.edu
  20. Precedence: bulk
  21. Status: RO
  22.  
  23. Hi!
  24.  
  25. I just installed ARMLinux from my ADFS partition using softlinks to my ext2
  26. formatted partition.
  27.  
  28. Here is how to do it:
  29. First you need some binaries: cp, ln and mv, I can mail these to you, if you
  30. cannot get them from anywhere else.
  31. Copy these to a msdos formatted floppy
  32. Copy the RedHat/base files to your ADFS hdd as RedHat/base/*
  33. Copy the RedHat/RPMS files to your ADFS hdd as RedHat/RPMS/*
  34. Copy maketree, linkbase and linkrpms to the floppy. These scripts are listed
  35. below.
  36. Copy kernel to the floppy as vmlinux
  37. Copy modules-rpc-1997.09.07.gz to msdos-floppy as modules.gz
  38. Start linux with <Linux$Dir>.!Run -bootkernel <path to your kernel>
  39. Follow installation until both Root and Supplemental disk is loaded.
  40. Press Alt-F2
  41.  
  42. Type:
  43. mknod /dev/fd0 b 2 0
  44. mknod /dev/hda1 b 3 1
  45. mknod /dev/hda3 b 3 3
  46. mount -t msdos /dev/fd0 /fd0
  47. mount -t adfs /dev/hda1 /hda1
  48. mke2fs /dev/hda3. This command is only nessecary if you haven't already
  49. initialised your ext2 partition.
  50. mount -t ext2 /dev/hda3 /hda3
  51. cd /fd0
  52. PATH=$PATH:.
  53. cp mv /bin
  54. cd ln /bin
  55. cp maketree /
  56. cp link* /
  57. cd
  58. maketree
  59. linkbase
  60. linkrpms
  61. cd
  62. umount /fd0
  63. umount /hda3
  64.  
  65. Press Alt+F1
  66. Follow installation as if you have copied the installation files to the root of /dev/hda3.
  67. Do *NOT* format the partition when asked.
  68.  
  69. If you are not using the ADFS disc to install from, you may have to change some
  70. of the paths used.
  71.  
  72. ---- maketree ----
  73. mkdir /hda3/RedHat
  74. mkdir /hda3/RedHat/RPMS
  75. mkdir /hda3/RedHat/base
  76.  
  77. ---- linkbase ----
  78. cd /hda1/RedHat/base
  79. for i in *; do ln -s /hda1/RedHat/base/$i /hda3/RedHat/base/$i; done
  80. cd /hda3//RedHat/base
  81. mv skeleton.c skeleton.cgz
  82. cd
  83.  
  84. ---- linkrpms ----
  85. cd /hda1/RedHat/RPMS/0
  86. for i in *; do ln -s /hda1/RedHat/RPMS/0/$i /hda3/RedHat/RPMS/$i.rpm; done
  87. cd /hda1/RedHat/RPMS/1
  88. for i in *; do ln -s /hda1/RedHat/RPMS/1/$i /hda3/RedHat/RPMS/$i.rpm; done
  89. cd /hda1/RedHat/RPMS/2
  90. for i in *; do ln -s /hda1/RedHat/RPMS/2/$i /hda3/RedHat/RPMS/$i.rpm; done
  91. cd /hda1/RedHat/RPMS/3
  92. for i in *; do ln -s /hda1/RedHat/RPMS/3/$i /hda3/RedHat/RPMS/$i.rpm; done
  93. cd /hda1/RedHat/RPMS/4
  94. for i in *; do ln -s /hda1/RedHat/RPMS/4/$i /hda3/RedHat/RPMS/$i.rpm; done
  95. cd
  96.  
  97. This method worked for me, and it installed all the files in less than half an
  98. hour.
  99.  
  100. Hope this helps.
  101.  
  102. Regards,
  103.  
  104. Jan Magnussen
  105. http://www.kom.auc.dk/~janm
  106. Fidonet : 2:234/181.8